forked from apollographql/apollo-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Kotlin nightlies #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
BoD
wants to merge
102
commits into
main
Choose a base branch
from
kotlin-nightlies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Kotlin nightlies #31
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Revert "fun => val (apollographql#5826)" This reverts commit a0db6ad. * Revert "Add compile time possibleTypes (apollographql#5823)" This reverts commit 0aedd8c.
* Add note about directive validation * add doc about Network monitor * tweak title * Bump kotlin_labs to v0.3 * add left panel entry * add experimental websockets doc * wording * wording * Update ApolloCompilerPlugin * use our own note * add a section about arguments and limitations * Remove Espresso IdlingResource from the README as it's deprecated * add beta.6 changelog * formating * typo --------- Co-authored-by: BoD <[email protected]>
…hql#5849) * Fix backtick code formatting in ApolloCompilerPlugin docs Note sure what the `<Note>` tag does but it was breaking the backtick markdown formatting * trying to fix backticks --------- Co-authored-by: Martin Bonnin <[email protected]>
…ql#5854) * Fix an issue that cannot git clone repository on Windows * fix packages --------- Co-authored-by: Martin Bonnin <[email protected]>
…` on builder (apollographql#5857) * Clear old ApolloStore related interceptors when using .store * Update .api for removeInterceptor * Report changes to the incubating artifact --------- Co-authored-by: BoD <[email protected]>
* Add logger and arguments * small tweak to the KDoc * improve migration guide * more KDoc * Update libraries/apollo-compiler/src/main/kotlin/com/apollographql/apollo3/compiler/ApolloCompilerPluginEnvironment.kt Co-authored-by: Benoit 'BoD' Lubek <[email protected]> * Update libraries/apollo-compiler/src/main/kotlin/com/apollographql/apollo3/compiler/ApolloCompilerPluginEnvironment.kt Co-authored-by: Benoit 'BoD' Lubek <[email protected]> * remove exception, messager and add comment --------- Co-authored-by: Benoit 'BoD' Lubek <[email protected]>
* ienable klib api dump * update api dump
…new ones (apollographql#5858) * Remove existing ApolloInterceptors when calling ApolloClient.Builder.httpCache() * Remove existing ApolloInterceptors when calling ApolloClient.Builder.autoPersistedQueries() * Remove existing HttpInterceptors when calling ApolloClient.Builder.httpCache() * Remove existing HttpInterceptors when calling ApolloClient.Builder.httpBatching() * Add a test for httpCache * Don't crash if no `X-APOLLO-SERVED-DATE` header is present * Revert CachingHttpInterceptor change
Just bumping the timestamp - no substantial changes
* Report watchInternal to incubating * Fix apiDump
* Bump develocity gradle plugin * Bump apollo-published
* Bump to Kotlin 2.0.0-RC3 * Bump KSP
…graphql#5888) * Add Kdoc to pagination related classes * Improve cache pagination doc * Apply suggestions from code review KDoc tweaks Co-authored-by: Martin Bonnin <[email protected]> * Use Note markup --------- Co-authored-by: Martin Bonnin <[email protected]>
* Enable K2 * Workaround for https://youtrack.jetbrains.com/issue/KT-60561 * Workaround for https://youtrack.jetbrains.com/issue/KT-65105 * Bump kotlin-plugin-min to 1.9.0 * Add -Xskip-prerelease-check for Gradle tests * make wasm compile * Remove deprecated tryK2 flag * Tweak runTest on wasm * Tweak the tweak for KT-60561 and wasm * Revert to use K1 --------- Co-authored-by: Martin Bonnin <[email protected]>
Just bumping the timestamp; looking forward to Kotlin 2.0 release
* Use "field key" instead of "field name" * Add a few cache related terms to the glossary * Apply suggestions from code review Co-authored-by: Martin Bonnin <[email protected]> --------- Co-authored-by: Martin Bonnin <[email protected]>
* Update benchmarks to use published version of the incubating normalized cache * Update integration tests to use published version of the incubating normalized cache * Remove incubating normalized cache * Update group id * Remove mavenLocal() from repos * Move incubating benchmark test classes to same package as stable ones * Use the snapshots for the stable benchmarks * Fix ApolloStore usage in benchmarks
…5988) * Deprecate apollo-engine-ktor and publish engine tests * add apiDump * fix indentation * fix build
* Use published version of the Java support libs * Deprecate Java support modules * Generate Java/Guava Optional adapters instead of expecting them from the Java client dependency * Remove integration tests that were moved to the java-support repo * Update libraries/apollo-api-java/README.md Co-authored-by: Martin Bonnin <[email protected]> * Fix artifact id in readmes * Fix artifact id in code --------- Co-authored-by: Martin Bonnin <[email protected]>
* Point to the dedicated Java support doc * Tweak migration guide section about moved modules * Tweak sentence
2804df8
to
f002f09
Compare
36fa7b8
to
46ef7df
Compare
4c0a465
to
d9eb54f
Compare
d9eb54f
to
805bb8b
Compare
eafdfe8
to
021eee2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.